From d448ab3c6a8fcb92b9c7f8b65d238e4c3bb2c47e Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 11 Aug 2010 00:07:24 -0500 Subject: [PATCH] Remove redundant Section and Priority fields from debian/control.in. --- debian/changelog | 6 +++++- debian/control | 14 -------------- debian/control.in | 14 -------------- 3 files changed, 5 insertions(+), 29 deletions(-) diff --git a/debian/changelog b/debian/changelog index 90196cf093e..4eef85dbacc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,7 +19,11 @@ emacs23 (23.2+1-3) unstable; urgency=low * Add a Homepage field to debian/control.in. Thanks to Stéphane Glondu for the 23.2+1-2.1 NMU. - -- Rob Browning Tue, 10 Aug 2010 23:55:22 -0500 + * Remove redundant Section and Priority fields from binary packages + in debian/control.in. Thanks to Stéphane Glondu + for the 23.2+1-2.1 NMU. + + -- Rob Browning Wed, 11 Aug 2010 00:03:07 -0500 emacs23 (23.2+1-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 378ff3b53ef..8e7ac83e7de 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,6 @@ Homepage: http://www.gnu.org/software/emacs/ Standards-Version: 3.7.2 Package: emacs -Section: editors -Priority: optional Architecture: all Depends: emacs23 | emacs23-lucid | emacs23-nox Provides: emacsen, editor, mail-reader, news-reader @@ -18,8 +16,6 @@ Description: The GNU Emacs editor (metapackage) release. Package: emacs23-lucid -Section: editors -Priority: optional Architecture: any Depends: emacs23-bin-common (= ${binary:Version}), ${shlibs:Depends} Provides: emacs23, emacsen, editor, info-browser, mail-reader, news-reader @@ -31,8 +27,6 @@ Description: The GNU Emacs editor This package contains a version of Emacs with a Lucid user interface. Package: emacs23-nox -Section: editors -Priority: optional Architecture: any Depends: emacs23-bin-common (= ${binary:Version}), ${shlibs:Depends} Provides: emacs23, editor, emacsen, info-browser, mail-reader, news-reader @@ -44,8 +38,6 @@ Description: The GNU Emacs editor (without X support) This package contains a version of Emacs compiled without support for X. Package: emacs23 -Section: editors -Priority: optional Architecture: any Depends: emacs23-bin-common (= ${binary:Version}), ${shlibs:Depends} Provides: editor, emacsen, info-browser, mail-reader, news-reader, emacs23-gtk @@ -57,8 +49,6 @@ Description: The GNU Emacs editor (with GTK+ user interface) This package contains a version of Emacs with a GTK+ user interface. Package: emacs23-bin-common -Section: editors -Priority: optional Architecture: any Depends: emacs23-common (= ${source:Version}), ${shlibs:Depends} Description: The GNU Emacs editor's shared, architecture dependent files @@ -67,8 +57,6 @@ Description: The GNU Emacs editor's shared, architecture dependent files that's shared by emacs23, emacs23-lucid, and emacs23-nox. Package: emacs23-common -Section: editors -Priority: optional Architecture: all Depends: emacsen-common (>= 1.4.10), dpkg (>= 1.15.4) | install-info, ${shlibs:Depends} Suggests: emacs23-el, emacs23-common-non-dfsg @@ -79,8 +67,6 @@ Description: The GNU Emacs editor's shared, architecture independent infrastruct that's shared by emacs23, emacs23-lucid, and emacs23-nox. Package: emacs23-el -Section: editors -Priority: optional Architecture: all Depends: emacs23-common (= ${source:Version}) Description: GNU Emacs LISP (.el) files diff --git a/debian/control.in b/debian/control.in index b9e626c634b..6a4e0e78da4 100644 --- a/debian/control.in +++ b/debian/control.in @@ -7,8 +7,6 @@ Homepage: http://www.gnu.org/software/emacs/ Standards-Version: 3.7.2 Package: emacs -Section: editors -Priority: optional Architecture: all Depends: @DEB_FLAVOR@ | @DEB_FLAVOR@-lucid | @DEB_FLAVOR@-nox Provides: emacsen, editor, mail-reader, news-reader @@ -18,8 +16,6 @@ Description: The GNU Emacs editor (metapackage) release. Package: @DEB_FLAVOR@-lucid -Section: editors -Priority: optional Architecture: any Depends: @DEB_FLAVOR@-bin-common (= ${binary:Version}), ${shlibs:Depends} Provides: @DEB_FLAVOR@, emacsen, editor, info-browser, mail-reader, news-reader @@ -31,8 +27,6 @@ Description: The GNU Emacs editor This package contains a version of Emacs with a Lucid user interface. Package: @DEB_FLAVOR@-nox -Section: editors -Priority: optional Architecture: any Depends: @DEB_FLAVOR@-bin-common (= ${binary:Version}), ${shlibs:Depends} Provides: @DEB_FLAVOR@, editor, emacsen, info-browser, mail-reader, news-reader @@ -44,8 +38,6 @@ Description: The GNU Emacs editor (without X support) This package contains a version of Emacs compiled without support for X. Package: @DEB_FLAVOR@ -Section: editors -Priority: optional Architecture: any Depends: @DEB_FLAVOR@-bin-common (= ${binary:Version}), ${shlibs:Depends} Provides: editor, emacsen, info-browser, mail-reader, news-reader, emacs23-gtk @@ -57,8 +49,6 @@ Description: The GNU Emacs editor (with GTK+ user interface) This package contains a version of Emacs with a GTK+ user interface. Package: @DEB_FLAVOR@-bin-common -Section: editors -Priority: optional Architecture: any Depends: @DEB_FLAVOR@-common (= ${source:Version}), ${shlibs:Depends} Description: The GNU Emacs editor's shared, architecture dependent files @@ -67,8 +57,6 @@ Description: The GNU Emacs editor's shared, architecture dependent files that's shared by @DEB_FLAVOR@, @DEB_FLAVOR@-lucid, and @DEB_FLAVOR@-nox. Package: @DEB_FLAVOR@-common -Section: editors -Priority: optional Architecture: all Depends: emacsen-common (>= 1.4.10), dpkg (>= 1.15.4) | install-info, ${shlibs:Depends} Suggests: @DEB_FLAVOR@-el, @DEB_FLAVOR@-common-non-dfsg @@ -79,8 +67,6 @@ Description: The GNU Emacs editor's shared, architecture independent infrastruct that's shared by @DEB_FLAVOR@, @DEB_FLAVOR@-lucid, and @DEB_FLAVOR@-nox. Package: @DEB_FLAVOR@-el -Section: editors -Priority: optional Architecture: all Depends: @DEB_FLAVOR@-common (= ${source:Version}) Description: GNU Emacs LISP (.el) files -- 2.30.2